Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigCreateSpec
The Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigCreateSpec schema contains TLS configuration used by the Supervisor when sending metrics to a remote endpoint.
This schema was added in vSphere API 9.0.0.0.
{
"certificate_authority_chain": "string",
"client_certificate": "string",
"client_private_key": "string"
}
Certificate authority chain holds the trusted roots to be used to establish HTTPS connections with the remote endpoint.
This property was added in vSphere API 9.0.0.0.
If missing or null
, HTTPS connections with the remote endpoint will rely on a default set of system trusted roots.
A PEM-encoded x509 certificate used by the Supervisor for TLS authentication when sending metrics to a remote endpoint.
This property was added in vSphere API 9.0.0.0.
If missing or null
, TLS communication with the remote endpoint will not be enabled.
Private key associated with the Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigCreateSpec.client_certificate.
This property was added in vSphere API 9.0.0.0.
If missing or null
, TLS communication with the remote endpoint will not be enabled.